ArcPad Configuration File Schema
TOOLBUTTON Element
See Also  Send comments on this topic.
ArcPad Configuration File Schema > ArcPad Element > CONFIG Element > TOOLBARS Element > MAPNAVIGATOR Element : TOOLBUTTON Element

Glossary Item Box

Diagram

TOOLBUTTON Element

Overview

TOOLBUTTON 1..8
command optional xs:string
useonce optional Restriction of xs:string
flip optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
commandxs:stringoptional   
useonceRestriction of xs:stringoptionaltrue  
flipRestriction of xs:stringoptionaltrue  

Source

<xs:element maxOccurs="8" name="TOOLBUTTON" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute ref="command" />
    <xs:attribute default="true" name="useonce">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute default="true" name="flip">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.